Resource StructureDefinition/FHIR Server from package healthdata.be.r4.cbb#0.16.0-beta (140 ms)
Package | healthdata.be.r4.cbb |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-request |
Url | https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-request |
Status | draft |
Date | 2022-10-17T09:09:13.9562003+00:00 |
Name | HdBeProcedurerequest |
Title | HdBe-Procedure request |
Experimental | False |
Description | Therapeutic or diagnostic procedure the patient will undergo (the complementary profile HdBe-Procedure-request can be used for therapeutic or diagnostic procedures that the has undergone). A procedure can be a simple blood pressure measurement, but also a complex heart surgery.
In some care settings, the term treatment is used instead of the term procedure. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | ServiceRequest |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "HdBe-Procedure-request",
"url" : "https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-request",
"name" : "HdBeProcedurerequest",
"title" : "HdBe-Procedure request",
"status" : "draft",
"date" : "2022-10-17T09:09:13.9562003+00:00",
"publisher" : "Healthdata.be (Sciensano)",
"contact" : [
{
"name" : "Service portal â healthdata.be",
"telecom" : [
{
"system" : "url",
"value" : "https://sciensano.service-now.com/sp",
"use" : "work"
}
]
}
],
"description" : "Therapeutic or diagnostic procedure the patient will undergo (the complementary profile HdBe-Procedure-request can be used for therapeutic or diagnostic procedures that the has undergone). A procedure can be a simple blood pressure measurement, but also a complex heart surgery.\r\nIn some care settings, the term treatment is used instead of the term procedure.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"uri" : "https://zibs.nl/wiki/Procedure-v5.2(2020EN)",
"name" : "zib Procedure-v5.2(2020EN)"
},
{
"identity" : "HdBe-Procedure",
"uri" : "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-Procedure",
"name" : "HdBe logical model Procedure"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "ServiceRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "ServiceRequest",
"path" : "ServiceRequest",
"short" : "Procedure",
"comment" : "The CBB Procedure is mapped both to this ServiceRequest profile and a profile on Procedure (<https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-event>) to align with the intention of FHIR. All past procedures are covered using this Procedure resource, while all future procedures, including the advised procedures, are covered in the ServiceRequest resource. Both resources contain the CBB mappings.\r\n\r\nThe planned and performed procedures can be linked using `Procedure.basedOn`.",
"alias" : [
"Verrichting"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.1",
"comment" : "Procedure"
},
{
"identity" : "HdBe-Procedure",
"map" : "Procedure"
}
]
},
{
"id" : "ServiceRequest.status",
"path" : "ServiceRequest.status",
"definition" : "This element is implictly mapped to the concepts ProcedureStartDate (NL-CM:14.1.2) and ProcedureEndDate (NL-CM:14.1.3). Unless the status is explicitly recorded, the following guidance applies:\r\n\r\n* When the ProcedureStartDate is in the future, `.status` will usually be set to _active_.\r\n* When the ProcedureStartDate is in the past, `.status` will usually be set to _completed_.\r\n* When ProcedureEndDate is in the past, `.status` will usually be set to _completed_.\r\n* When a system is unable to infer the status from the ProcedureStartDate and ProcedureEndDate , `.status` will be set to _unknown_. The _unknown_ code is not to be used to convey other statuses. The _unknown_ code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the ProcedureRequest.",
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate (implicit, main mapping is on ServiceRequest.occurencePeriod.start and ServiceRequest.occurenceDateTime)"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate (implicit, main mapping is on ServiceRequest.OccurencePeriod.Start and ServiceRequest.OccurenceDateTime)"
},
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.3",
"comment" : "ProcedureEndDate (implicit, main mapping is on ServiceRequest.occurencePeriod.end)"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureEndDate (implicit, main mapping is on ServiceRequest.OccurencePeriod.End)"
}
]
},
{
"id" : "ServiceRequest.intent",
"path" : "ServiceRequest.intent",
"definition" : "Unless intent is explicitly recorded and a more appropriate code is known, the value can be set to _order_ because a Procedure should authorize an action for a patient, pharmacist, professional administrator et cetera."
},
{
"id" : "ServiceRequest.code",
"path" : "ServiceRequest.code",
"short" : "ProcedureType",
"definition" : "The name of the procedure.",
"alias" : [
"VerrichtingType"
],
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.healthdata.be/ValueSet/ProcedureType"
},
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.4",
"comment" : "ProcedureType"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureType"
}
]
},
{
"id" : "ServiceRequest.orderDetail",
"path" : "ServiceRequest.orderDetail",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "ServiceRequest.orderDetail:procedureMethod",
"path" : "ServiceRequest.orderDetail",
"sliceName" : "procedureMethod",
"short" : "ProcedureMethod",
"definition" : "The method or technique that will be used to perform the procedure, e.g. approach, lavage, pressuring, etc.",
"alias" : [
"VerrichtingMethode"
],
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.healthdata.be/ValueSet/ProcedureMethod"
},
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.12",
"comment" : "ProcedureMethod"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureMethod"
}
]
},
{
"id" : "ServiceRequest.subject",
"path" : "ServiceRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"http://hl7.org/fhir/StructureDefinition/Location",
"http://hl7.org/fhir/StructureDefinition/Device",
"https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
]
}
]
},
{
"id" : "ServiceRequest.occurrence[x]",
"path" : "ServiceRequest.occurrence[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "ProcedureStartDate / ProcedureEndDate",
"definition" : "* The (desired) start date (and if possible start time) of the procedure. A âvagueâ date, such as only the year, is permitted. \r\n\r\n The element offers the option to indicate the start of the period of a series of related procedures. \r\n\r\n* The end date (and if possible end time) of the procedure. A âvagueâ date, such as only the year, is permitted. \r\n\r\n The element offers the option to indicate the end of the period of a series of related procedures. The end date element is only used for a procedures that takes some time and is then always applied. If the procedure still continues, the value is left empty. For instantaneous or very short lasting procedures the element is omitted.",
"comment" : "The `.occurrencePeriod.start` and `.occurrencePeriod.end` are used for ProcedureStartDate and ProcedureEndDate if the zib Procedure concerns a period. For instantaneous or very short lasting procedures the `.occurrenceDateTime` is used.",
"alias" : [
"VerrichtingStartDatum",
"VerrichtingEindDatum"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate"
},
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.3",
"comment" : "ProcedureEndDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureEndDate"
}
]
},
{
"id" : "ServiceRequest.occurrence[x]:occurrencePeriod",
"path" : "ServiceRequest.occurrence[x]",
"sliceName" : "occurrencePeriod",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "ServiceRequest.occurrence[x]:occurrencePeriod.start",
"path" : "ServiceRequest.occurrence[x].start",
"short" : "ProcedureStartDate",
"definition" : "The (desired) start date (and if possible start time) of the procedure. A âvagueâ date, such as only the year, is permitted. The element offers the option to indicate the start of the period of a series of related procedures.",
"alias" : [
"VerrichtingStartDatum"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate"
}
]
},
{
"id" : "ServiceRequest.occurrence[x]:occurrencePeriod.end",
"path" : "ServiceRequest.occurrence[x].end",
"short" : "ProcedureEndDate",
"definition" : "The end date (and if possible end time) of the procedure. A âvagueâ date, such as only the year, is permitted. The element offers the option to indicate the end of the period of a series of related procedures. The end date element is only used for a procedures that takes some time and is then always applied. If the procedure still continues, the value is left empty. For instantaneous or very short lasting procedures the `occurrenceDateTime` is used.",
"alias" : [
"VerrichtingEindDatum"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.3",
"comment" : "ProcedureEndDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureEndDate"
}
]
},
{
"id" : "ServiceRequest.occurrence[x]:occurrenceDateTime",
"path" : "ServiceRequest.occurrence[x]",
"sliceName" : "occurrenceDateTime",
"short" : "ProcedureStartDate",
"definition" : "The (desired) start date (and if possible start time) of the procedure. A âvagueâ date, such as only the year, is permitted. The element offers the option to indicate the start of the period of a series of related procedures.",
"alias" : [
"VerrichtingStartDatum"
],
"type" : [
{
"code" : "dateTime"
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate"
}
]
},
{
"id" : "ServiceRequest.requester",
"path" : "ServiceRequest.requester",
"short" : "Requester",
"definition" : "The health professional who requested the procedure.",
"alias" : [
"Aanvrager"
],
"type" : [
{
"code" : "Reference",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/pattern-HealthProfessionalReference"
],
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Device",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.10",
"comment" : "Requester"
},
{
"identity" : "HdBe-Procedure",
"map" : "Requester"
}
]
},
{
"id" : "ServiceRequest.performer",
"path" : "ServiceRequest.performer",
"short" : "Performer",
"definition" : "The healthcare professional who carried out or will carry out the procedure. In most cases, only the medical specialty is entered, and not the name of the healthcare professional.",
"comment" : "If multiple performers are present, it is interpreted as a list of *alternative* performers without any preference regardless of order. This deviates from the CBB definition where multiple references to the Healthprofessional should be interperted as all the performers of the procedure. If order of preference is needed use the [request-performerOrder extension](extension-request-performerorder.html). Use CareTeam to represent a group of performers (for example, Practitioner A *and* Practitioner B).",
"alias" : [
"Uitvoerder"
],
"type" : [
{
"code" : "Reference",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/pattern-HealthProfessionalReference"
],
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/CareTeam",
"http://hl7.org/fhir/StructureDefinition/HealthcareService",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole",
"https://fhir.healthdata.be/StructureDefinition/HdBe-CareTeam"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.6",
"comment" : "Performer"
},
{
"identity" : "HdBe-Procedure",
"map" : "Performer"
}
]
},
{
"id" : "ServiceRequest.locationReference",
"path" : "ServiceRequest.locationReference",
"short" : "Location",
"definition" : "The healthcare organization where the procedure was, is or will be carried out.",
"alias" : [
"Locatie"
],
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Location",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.5",
"comment" : "Location"
},
{
"identity" : "HdBe-Procedure",
"map" : "Location"
}
]
},
{
"id" : "ServiceRequest.reasonReference",
"path" : "ServiceRequest.reasonReference",
"short" : "Indication",
"definition" : "The indication is the reason for the procedure.",
"alias" : [
"Indicatie"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Condition",
"http://hl7.org/fhir/StructureDefinition/Observation",
"http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"http://hl7.org/fhir/StructureDefinition/DocumentReference",
"https://fhir.healthdata.be/StructureDefinition/HdBe-Problem"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.9",
"comment" : "Indication"
},
{
"identity" : "HdBe-Procedure",
"map" : "Indication"
}
]
},
{
"id" : "ServiceRequest.supportingInfo",
"path" : "ServiceRequest.supportingInfo",
"short" : "MedicalDevice",
"definition" : "The product, the placing of which in or on the body is the purpose of the procedure, for example placing an implant.",
"alias" : [
"MedischHulpmiddel"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Resource",
"https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.7",
"comment" : "MedicalDevice"
},
{
"identity" : "HdBe-Procedure",
"map" : "MedicalDevice"
}
]
},
{
"id" : "ServiceRequest.bodySite",
"path" : "ServiceRequest.bodySite",
"short" : "Location / ProcedureAnatomicalLocation",
"definition" : "Anatomical location which is the focus of the procedure.",
"alias" : [
"VerrichtingAnatomischeLocatie"
],
"max" : "1",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/HdBe-AnatomicalLocation"
]
}
],
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.healthdata.be/ValueSet/Location"
},
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.13",
"comment" : "ProcedureAnatomicalLocation"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureAnatomicalLocation"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.